projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02e1ee9
)
Change dispatch binding of 'project-find-regexp'
author
Simen Heggestøyl
<simenheg@gmail.com>
Sat, 16 May 2020 07:00:49 +0000
(09:00 +0200)
committer
Simen Heggestøyl
<simenheg@gmail.com>
Tue, 26 May 2020 15:41:24 +0000
(17:41 +0200)
* lisp/progmodes/project.el: Change default dispatch binding of
'project-find-regexp' to 's'.
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index da865255e36a67e7645131cbb8ef847a892cc4fa..edf690cdf9c5dc099068c82457b613a4a3745c0e 100644
(file)
--- a/
lisp/progmodes/project.el
+++ b/
lisp/progmodes/project.el
@@
-809,7
+809,7
@@
LABEL is used to distinguish the function in the dispatch menu."
'project-find-file "f" "Find file")
(project-add-switch-command
- 'project-find-regexp "
g
" "Find regexp")
+ 'project-find-regexp "
s
" "Find regexp")
(project-add-switch-command
'project-dired "d" "Dired")